速報APP / 通訊 / Live PiCamera

Live PiCamera

價格:免費

更新日期:2019-06-22

檔案大小:38M

目前版本:1.1.004

版本需求:Android 4.2 以上版本

官方網站:http://blog.naver.com/irisxii

Email:iris12@gmail.com

聯絡地址:隱私權政策

Live PiCamera(圖1)-速報App

< 라이브 파이카메라 >

Audio and Video live streaming service with Raspberry Pi and Gstreamer.

(Between Raspberry Pi and Android Phone or bewteen Android phone and Android phone)

Live PiCamera(圖2)-速報App

Application has been supported to play audio and video stream from Raspberry Pi camera or Android phone.

To send and receive the stream, gstreamer has been chosen as the open source multimedia framework.

It uses two network protocols what are TCP for receving mode and UDP for broadcasting mode with two ports.

Live PiCamera(圖3)-速報App

1. Configuration

1) For broadcasting on Raspberry Pi (Need USB sound card, microphone and camera module)

- raspivid -n -t 0 -vf -hf -h 240 -w 320 -fps 25 -b 2000000 -o -| gst-launch-1.0 -v fdsrc ! h264parse ! rtph264pay pt=96 config-interval=1 ! gdppay ! tcpserversink host=$ipadd port=$port_v | gst-launch-1.0 -v alsasrc device=plughw:1,0 ! audio/x-raw,format=S16LE, endianness=1234, signed=true, rate=16000,depth=16,width=16, channels=1 ! tcpserversink host=$ipadd port=$port_a

Live PiCamera(圖4)-速報App

2) For transmission on Raspberry Pi

- gst-launch-1.0 -v udpsrc port=$udp_port ! h264parse ! rtph264pay pt=96 config-interval=1 ! gdppay ! tcpserversink host=$ipadd port=$port_v | gst-launch-1.0 -v udpsrc port=$udp_port ! audio/x-raw,format=S16LE, endianness=1234, signed=true, rate=16000,depth=16,width=16, channels=1 ! tcpserversink host=$ipadd port=$port_a

2. Feature

Live PiCamera(圖5)-速報App

1) Watching audio and video live streaming

2) Watching only video live streaming

3) Listening only audio live streaming

Live PiCamera(圖6)-速報App

4) Broadcasting with your android phone

and watching live streaming on other android phones

5) Live TALK service using NIO (Use 9999 port)

Live PiCamera(圖7)-速報App

Note that application has handshake feature for performance when connect Raspberry Pi.

And you can set to disable this feature on Settings > HandShake option for your own Raspberry Pi.

Live PiCamera(圖8)-速報App